home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / LEDIT108.ZIP / LEMFC / LEMFC.TXT < prev    next >
Encoding:
Text File  |  1996-08-10  |  780 b   |  27 lines

  1. LEdit MFC Wrapper V1.08
  2. ~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. The LEdit MFC component wrapper V1.08 is given you for free
  5.  
  6. All the information about it may be found in the file LEMFC.H
  7. There are two classes CLEdit and CLEditView. You're encouraged
  8. to use CLEditView whenever possible because its functionality
  9. is much better.
  10.  
  11. LEdit MFC wrapper contains two files
  12.  
  13. LEMFC.H   - Header file
  14. LEMFC.CPP - Source code
  15.  
  16. You can distribute these files only as is, without any
  17. modifications.
  18.  
  19. Other files constitute one small MFC example - small HTML
  20. SDI editor.
  21.  
  22. MFC wrapper is tested with MSVC++ 1.51 and MSVC++ 2.01
  23. and is supposed to work with MSVC++ 4.0. We'll be very
  24. grateful if you report us results of using MFC wrapper
  25. with other compilers.
  26.  
  27. Thanks for using LEdit.